GtkWidget: Construct style for partial widget hierarchies.
authorCarlos Garnacho <carlosg@gnome.org>
Mon, 2 Aug 2010 14:11:40 +0000 (16:11 +0200)
committerCarlos Garnacho <carlosg@gnome.org>
Sat, 4 Dec 2010 14:37:25 +0000 (15:37 +0100)
commit6c549fecd3006b435be9d25eae1f8cabbc66efa5
tree944c203e29ac70f2fe8bfefbb8c6e61b50366985
parent09d6c4ea52b662edd867e825dff96fcace1604c2
GtkWidget: Construct style for partial widget hierarchies.

Some unparented widgets like to ask style details, so now the style is
constructed regardless of the parent being present or not, and then
reconstructed if the parent changes.
gtk/gtkwidget.c